home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / falcon / bonus / falcadap / flcnadap.txt < prev   
Encoding:
Text File  |  1996-09-18  |  4.4 KB  |  115 lines

  1. Hello fellow Falconites! Here is a plan for making your very own
  2. Multi-sync adapter/switcher for the Falcon030. I've been using my
  3. original prototype for months now, and I wanted to share it with
  4. everyone. 
  5.  
  6. Be Warned! This adapter has one purpose only, and that is to adapt an
  7. ST compatible Multi-sync to the Falcon. It will not enhance the use
  8. of a VGA monitor, and may damage it with sync-rates it cannot use.
  9. However, if you have a Multi-sync, it will allow you to use all the
  10. 1224/TV modes on it as well as VGA modes.
  11.  
  12. *******  READ THIS!  ******* 
  13. I take NO responsibility for damage to anyone's Falcon, Monitor, or
  14. Sanity as a result of this information. I encourage you to verify my
  15. data and DO NOT attempt this unless you are familiar with soldering
  16. (especially cable-making). TURN OFF your monitor and Falcon prior to
  17. connecting this device, and TURN OFF your Falcon IMMEDIATELY if it
  18. does not work as expected, and recheck your work.
  19.  
  20. Okay, with that out of the way, let me describe what this thing does.
  21. The Falcon's new enhanced video port has 2 pins that inform the
  22. machine of the monitor connected. These are Monitor Select 1 and 0.
  23. These are the possibilities:
  24.  
  25.        M1  M0   Monitor type
  26.        ----------------------
  27.        0   0    ST Monochrome
  28.        0   1    ST Color
  29.        1   0    VGA
  30.        1   1    TV
  31.  
  32. Now, the Atari adapter that you connect to the Falcon pulls down
  33. these pins. If there is no adapter, the pins remain high signaling TV
  34. mode. The 2 modes we want to emulate on the Multi-sync are ST color
  35. and VGA (We can select ST Monochrome from the Set Video menu already).
  36.  
  37. First we need to construct a simple VGA adapter as follows:
  38.  
  39.       Falcon 030 pin (DB19)|VGA pin (HD15)
  40.       ------------------------------------
  41.       Red                1 | 1
  42.       Green              2 | 2 
  43.       Blue               3 | 3
  44.       Ground             5 | 5 *
  45.       Red Ground         6 | 6
  46.       Green Ground       7 | 7
  47.       Blue Ground        8 | 8 
  48.       Ground            10 |10 
  49.       Ground            11 | 5 * 
  50.       Hsync             13 |13
  51.       Vsync             14 |14
  52.  
  53. Note that I used all the ground pins in the video port and I tied 2
  54. of them (*) to the same VGA pin. All this grounding may not be
  55. necessary, but I wanted the cleanest signal possible. 
  56.  
  57. Now, we need to make use of the monitor select lines to choose our
  58. mode. I used a SPDT switch and wired it this way:
  59.          __
  60.       __|__|_____
  61.        |_______|   Bry's amazing rendition of a toggle slide switch.
  62.          | | |
  63.          1 2 3 
  64.  
  65.       Falcon Pin|Switch Pin
  66.       ---------------------
  67.       M1      18| 1 (throw)
  68.       M0      19| 3 (throw)
  69.       GND     11| 2 (pole)
  70.  
  71. This will alternately pull M0 and M1 low, resulting in a selection of
  72. ST Color and VGA mode. 
  73.  
  74. I constructed my adapter using a 12 conductor wire with shield, but
  75. you may use as few as 9 if you tie the grounds together. I do not
  76. reccomend tying R,G and B grounds into the same wire. You may not
  77. need shielded wire if you use a short length (my adapter is about 6
  78. inches long). I got a mini slide switch from Radio Shack and mounted
  79. it in the DB 19 hood. If you do this, you must be careful to route
  80. wires around the switch when assembling the hood, and the switch must
  81. be placed away from the DB19 connector, so it does not get in the way
  82. of the solder cups. Basically, plan out your construction, because
  83. those DB19 hoods are hard to come by (order 2 to allow for mistakes!).
  84.  
  85. ** Using the Adapter **
  86.  
  87. The Falcon TOS looks to M0 and M1 upon boot-up and everytime a 
  88. program does a Setscreen (a change of video mode), so this switch
  89. can be flipped on the fly for programs that only run on a certain
  90. monitor. One example is the PLASMA30.PRG demo. If you are in VGA
  91. mode, it will not set the correct screen, and will look distorted,
  92. however, if you flip the switch before running it, the next Setscreen
  93. call made by the demo will choose a 1224 mode correctly. This gives
  94. you the most from your Multi-sync monitor: The ability to select any
  95. mode the Falcon can do. 
  96.  
  97. Feel free to send comments, questions, and ESPECIALLY errors to:
  98.  
  99.     Bryan Edewaard 
  100.     Delphi: BRYEDEWAARD
  101.     Email: bryedewaard@delphi.com
  102.  
  103. Parts:
  104.  
  105.     DB9/HD15 hood, Toggle switch - Radio Shack
  106.  
  107.     DB19 female solder connector, HD15 female solder connector,
  108.     DB19 Hood - Best Electronics
  109.  
  110.     Misc... 9+ conductor wire.
  111.  
  112. See included picture for more detail.
  113.       
  114.       
  115.